NamedContext class

NamedContext relates nicknames to context information.

Available extensions
Annotations
  • @CopyWith()
  • @JsonSerializable(includeIfNull: false)
  • @immutable

Constructors

NamedContext({required String? name, required Context? context})
NamedContext relates nicknames to context information.
const
NamedContext.fromJson(Map<String, dynamic> json)
Creates a new instance from json.
factory

Properties

context Context?
Context holds the context information
final
copyWith → _$NamedContextCWProxy

Available on NamedContext, provided by the $NamedContextCopyWith extension

Returns a callable class that can be used as follows: instanceOfNamedContext.copyWith(...) or like so:instanceOfNamedContext.copyWith.fieldName(...).
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
Name is the nickname for this Context
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts to json.
toString() String
A string representation of this object.
inherited

Operators

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