LayoutSettings class

Annotations
  • @freezed
  • @immutable
  • @JsonSerializable()

Constructors

LayoutSettings.new({bool? detectOrientation, required String externalAppUrl, required String externalCssUrl, required LayoutSettingsName name, Map<String, Object?>? options})
const

Properties

copyWith → $LayoutSettingsCopyWith<LayoutSettings>
Create a copy of LayoutSettings with the given fields replaced by the non-null parameter values.
no setterinherited
detectOrientation bool?
final
externalAppUrl String
final
externalCssUrl String
final
hashCode int
The hash code for this object.
no setterinherited
name LayoutSettingsName
final
options Map<String, Object?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Static Methods

fromJson(Map<String, dynamic> json) LayoutSettings