dart_holodex_api
dart_holodex_api
Comment
Comment.fromJson factory constructor
Comment.fromJson
Comment.fromJson
constructor
Null safety
Comment.fromJson
(
String
source
)
Implementation
factory Comment.fromJson(String source) => Comment.fromMap(json.decode(source));
dart_holodex_api
dart_holodex_api
Comment
Comment.fromJson factory constructor
Comment class
Constructors
Comment
fromJson
fromMap
Properties
commentKey
hashCode
message
props
runtimeType
stringify
videoId
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==