InvalidSlide class
- Inheritance
- Mixed-in types
- Annotations
-
- @MappableClass.new(discriminatorValue: LayoutType.invalid)
Constructors
- InvalidSlide({required ContentOptions? contentOptions, String? title, String? background, String? style, TransitionOptions? transition, required String data, required String raw})
- InvalidSlide.exception(Exception exception)
-
factory
- InvalidSlide.invalidTemplate(String template)
- InvalidSlide.message(String message)
- InvalidSlide.projectSchemaError(SchemaValidationResult error)
-
factory
- InvalidSlide.schemaError(SchemaValidationResult result, [String? content])
-
factory
Properties
- background → String?
-
finalinherited
- contentOptions → ContentOptions?
-
finalinherited
-
copyWith
→ InvalidSlideCopyWith<
InvalidSlide, InvalidSlide, InvalidSlide> -
no setterinherited
- data → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashKey → String
-
finalinherited
- layout → String
-
finalinherited
- raw → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → String?
-
finalinherited
- styleVariant → SlideVariant?
-
no setterinherited
- title → String?
-
finalinherited
- transition → TransitionOptions?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fromJson → const InvalidSlide Function(String json)
-
fromMap
→ const InvalidSlide Function(Map<
String, dynamic> map)