flutter_linkedin
profile_response
Paging
Paging constructor
Paging
flutter_linkedin
profile_response
Paging
Paging constructor
Paging class
Constructors
Paging
fromJson
Properties
count
links
start
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Paging
constructor
Paging
(
{
int
count
,
int
start
,
List
links
}
)
Implementation
Paging({ this.count, this.start, this.links, });