SDConfig class

Inheritance
Mixed-in types
Annotations
  • @MappableClass.new()

Constructors

SDConfig({required String? background, required String? style, required TransitionOptions? transition, bool? cacheRemoteAssets})
const
SDConfig.empty()
const

Properties

background String?
finalinherited
cacheRemoteAssets bool?
final
copyWith SDConfigCopyWith<SDConfig, SDConfig, SDConfig>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style 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
toSlideMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

schema SchemaMap
final

Static Methods

fromYaml(String yaml) SDConfig
load(File file) Future<SDConfig>

Constants

fromJson → const SDConfig Function(String json)
fromMap → const SDConfig Function(Map<String, dynamic> map)