MealType class

Inheritance

Constructors

MealType({String? name, required String id, DateTime? created, String? creator, DateTime? updated, String? updater})

Properties

created DateTime?
getter/setter pairinherited
creator String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated DateTime?
getter/setter pairinherited
updater String?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) MealType