ProjectConfig class

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

Constructors

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

Properties

background String?
finalinherited
cacheRemoteAssets bool
final
copyWith ProjectConfigCopyWith<ProjectConfig, ProjectConfig, ProjectConfig>
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) ProjectConfig

Constants

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