XSTSDisplayClaims class
- Annotations
-
- @JsonSerializable()
Constructors
-
XSTSDisplayClaims.new({required List<
XSTSXUI> xui}) -
const
-
XSTSDisplayClaims.fromJson(Map<
String, dynamic> json) -
Converts a JSON map to a XSTSDisplayClaims.
factory
Properties
Methods
-
copyWith(
{List< XSTSXUI> ? xui}) → XSTSDisplayClaims -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this XSTSDisplayClaims to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited