MetadataItemDeprecated class
Entry is fully deprecated.
- Inheritance
-
- Object
- SubstrateSerialization<
Map< String, dynamic> > - SubstrateVariantSerialization
- MetadataDeprecationInfo
- MetadataItemDeprecated
Constructors
- MetadataItemDeprecated.new(DeprecationStatus status)
-
const
-
MetadataItemDeprecated.deserializeJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → DeprecationStatus
-
final
- type → DeprecationInfoTypes
-
finalinherited
- variantName → String
-
no setterinherited
Methods
-
createVariantLayout(
{String? property}) → Layout< Map< String, dynamic> > -
inherited
-
layout(
{String? property}) → Layout< Map< String, dynamic> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scaleJsonSerialize(
{String? property}) → Map< String, dynamic> -
override
-
serialize(
{String? property}) → List< int> -
inherited
-
serializeVariant(
{String? property}) → List< int> -
inherited
-
toHex(
{String? prefix, bool lowerCase = true}) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toVariantScaleJsonSerialize(
) → Map< String, dynamic> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited