ActivityTypeInfo class
Detailed information about an activity type.
Constructors
- ActivityTypeInfo.new({required ActivityType activityType, required DateTime creationDate, required RegistrationStatus status, DateTime? deprecationDate, String? description})
-
ActivityTypeInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activityType → ActivityType
-
The ActivityType type structure representing the activity type.
final
- creationDate → DateTime
-
The date and time this activity type was created through
RegisterActivityType.
final
- deprecationDate → DateTime?
-
If DEPRECATED, the date and time DeprecateActivityType was called.
final
- description → String?
-
The description of the activity type provided in
RegisterActivityType.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RegistrationStatus
-
The current status of the activity type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited