NiceEventData class
Event data model.
Constructors
-
NiceEventData({required String id, required String title, String? description, required DateTime start, DateTime? end, String? location, bool isVirtual = false, String? virtualLink, String? organizer, int? capacity, int registered = 0, List<
String> tags = const [], NiceEventStatus status = NiceEventStatus.draft, Color? color}) -
const
Properties
- capacity → int?
-
final
- color → Color?
-
final
- description → String?
-
final
- end → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isVirtual → bool
-
final
- location → String?
-
final
- organizer → String?
-
final
- registered → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → DateTime
-
final
- status → NiceEventStatus
-
final
-
final
- title → String
-
final
- virtualLink → String?
-
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