ModAdd class
Constructors
-
ModAdd({required int id, @JsonKey.new(name: 'mod_person_id') int? modPersonId, @JsonKey.new(name: 'other_person_id') int? otherPersonId, required bool removed, @JsonKey.new(name: 'when_') required DateTime when})
-
const
factory
-
ModAdd.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this ModAdd to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited