Replies class
Replies This is Replies Model class
Constructors
-
Replies({int? totalItems, String? selfLink, List<
PostComments> ? postComments}) - Replies.fromJson(String source)
-
This is will help us to create object from json input
factory
-
Replies.fromMap(Map<
String, dynamic> map) -
This is will help us to create object from Map
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
postComments
→ List<
PostComments> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink → String?
-
final
- totalItems → int?
-
final
Methods
-
copyWith(
{int? totalItems, String? selfLink, List< PostComments> ? postComments}) → Replies -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> - This is will help us to create Map Data
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited