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

address String
The address of the calendar owner.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the calendar owner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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