FarmNftInfoSchema class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
FarmNftInfoSchema.new({required String address, required String createTimestamp, required String minUnstakeTimestamp, required String nonclaimedRewards, required List<
FarmNftRewardInfoSchema> rewards, required String stakedTokens, required String status}) -
const
-
FarmNftInfoSchema.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
final
- createTimestamp → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- minUnstakeTimestamp → String
-
final
- nonclaimedRewards → String
-
final
-
rewards
→ List<
FarmNftRewardInfoSchema> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stakedTokens → String
-
final
- status → String
-
final
Methods
-
copyWith(
{String? address, String? createTimestamp, String? minUnstakeTimestamp, String? nonclaimedRewards, List< FarmNftRewardInfoSchema> ? rewards, String? stakedTokens, String? status}) → FarmNftInfoSchema -
Available on FarmNftInfoSchema, provided by the $FarmNftInfoSchemaExtension extension
-
copyWithWrapped(
{Wrapped< String> ? address, Wrapped<String> ? createTimestamp, Wrapped<String> ? minUnstakeTimestamp, Wrapped<String> ? nonclaimedRewards, Wrapped<List< ? rewards, Wrapped<FarmNftRewardInfoSchema> >String> ? stakedTokens, Wrapped<String> ? status}) → FarmNftInfoSchema -
Available on FarmNftInfoSchema, provided by the $FarmNftInfoSchemaExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const FarmNftInfoSchema Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FarmNftInfoSchema instance)