ModelScreenConfiguration class
- Inheritance
-
- Object
- BaseModel
- Model
- ModelScreenConfiguration
- Available extensions
Constructors
- ModelScreenConfiguration.new({Map? args, bool? isAccessibleOnlyIfLoggedInAndVerified, bool? isAccessibleOnlyIfLoggedIn, bool? isAccessibleOnlyIfLoggedOut, bool? isRedirectable, String? path, ModelScreenConfiguration? previousConfiguration, String? title})
-
const
- ModelScreenConfiguration.c2({Map? args, bool? isAccessibleOnlyIfLoggedInAndVerified, bool? isAccessibleOnlyIfLoggedIn, bool? isAccessibleOnlyIfLoggedOut, bool? isRedirectable, String? path, ModelScreenConfiguration? previousConfiguration, String? title})
-
const
- ModelScreenConfiguration.c3({Map? args, bool? isAccessibleOnlyIfLoggedInAndVerified, bool? isAccessibleOnlyIfLoggedIn, bool? isAccessibleOnlyIfLoggedOut, bool? isRedirectable, String? path, ModelScreenConfiguration? previousConfiguration, String? title})
-
factory
- ModelScreenConfiguration.from(BaseModel? other)
-
factory
-
ModelScreenConfiguration.fromJson(Map<
String, dynamic> ? otherData) -
factory
- ModelScreenConfiguration.fromJsonString(String source)
-
factory
- ModelScreenConfiguration.fromUri(Uri? uri)
-
factory
- ModelScreenConfiguration.of(ModelScreenConfiguration other)
-
factory
Properties
- $className → String
-
The class name of the model as a string.
no setteroverride
- args → Map?
-
final
- argsField → Map?
-
no setter
-
data
→ Map<
String, dynamic> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAccessibleOnlyIfLoggedIn → bool?
-
final
- isAccessibleOnlyIfLoggedInAndVerified → bool?
-
final
- isAccessibleOnlyIfLoggedInAndVerifiedField → bool?
-
no setter
- isAccessibleOnlyIfLoggedInField → bool?
-
no setter
- isAccessibleOnlyIfLoggedOut → bool?
-
final
- isAccessibleOnlyIfLoggedOutField → bool?
-
no setter
- isRedirectable → bool?
-
final
- isRedirectableField → bool?
-
no setter
- path → String?
-
final
- pathField → String?
-
no setter
- previousConfiguration → ModelScreenConfiguration?
-
final
- previousConfigurationField → ModelScreenConfiguration?
-
no setter
- ref → DataRefModel?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
final
- titleField → String?
-
no setter
Methods
-
arg<
T> (dynamic key) → T? -
Available on ModelScreenConfiguration, provided by the ModelScreenConfigurationExtension extension
-
copyWith(
BaseModel? other) → ModelScreenConfiguration -
Returns a new copy of the BaseModel with the fields updated from the
other
BaseModel.override -
equals(
dynamic other) → bool -
Compares the BaseModel with another BaseModel using the
DeepCollectionEquality
and returnstrue
if they are equal.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sortedJson(
{dynamic defaultValue, bool includeNulls = false}) → Map< String, dynamic> -
Returns a Json i.e.
Map<String, dynamic>
representation of the BaseModel, with the keys sorted alphabetically.inherited -
toJson(
{dynamic defaultValue, bool includeNulls = false}) → Map< String, dynamic> -
Returns a Json i.e.
Map<String, dynamic>
representation of the BaseModel.override -
toJsonString(
) → String -
Returns a JSON string representation of the BaseModel.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toUrl(
) → Uri -
Converts the current
BaseModel
to a Uri that can be used as a distinct identifier. The model must not be too large to avoid exceeding the maximum length of a URL.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonOrNull(
Map< String, dynamic> ? otherData) → ModelScreenConfiguration? -
fromJsonStringOrNull(
String? source) → ModelScreenConfiguration? -
override
-
fromOrNull(
BaseModel? other) → ModelScreenConfiguration? -
fromUriOrNull(
Uri? uri) → ModelScreenConfiguration? -
ofOrNull(
ModelScreenConfiguration? other) → ModelScreenConfiguration?
Constants
- CLASS_NAME → const String