CalendarOwner class
Represents the owner of a calendar.
Each instance holds the name and address of the owner.
Constructors
- CalendarOwner({String name = '', String address = ''})
- Creates a new instance of CalendarOwner.
-
CalendarOwner.fromJson(Map<
String, dynamic> json) -
Creates a new instance of CalendarOwner from a JSON object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this CalendarOwner object to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited