Input$EventInput class
Constructors
-
Input$EventInput({required String code, String? title, String? emailTemplate, String? emailSubject, String? description, DateTime? date, Input$EventDurationInput? duration, Input$PictureInput? picture, required Input$TargetACIInput target, List<
Input$EventSegmentInput> ? segments, List<Input$EventTranslationInput> ? translation}) -
factory
-
Input$EventInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- code → String
-
no setter
-
copyWith
→ CopyWith$Input$EventInput<
Input$EventInput> -
no setter
- date → DateTime?
-
no setter
- description → String?
-
no setter
- duration → Input$EventDurationInput?
-
no setter
- emailSubject → String?
-
no setter
- emailTemplate → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- picture → Input$PictureInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
segments
→ List<
Input$EventSegmentInput> ? -
no setter
- target → Input$TargetACIInput
-
no setter
- title → String?
-
no setter
-
translation
→ List<
Input$EventTranslationInput> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override