menu
rick_and_morty_api package
documentation
rick_and_morty_api
Info
Info constructor
Info
brightness_4
Info
constructor
Null safety
Info
(
{
required
int
count
,
required
int
pages
,
String
?
next
=
''
,
String
?
prev
=
''
}
)
Implementation
Info({ required this.count, required this.pages, this.next = '', this.prev = '', });
rick_and_morty_api package
documentation
rick_and_morty_api
Info
Info constructor
Info class
Constructors
Info
fromJson
Properties
count
hashCode
next
pages
prev
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==