StarAmount.fromJson constructor
Creates a new StarAmount object from a JSON Map.
Implementation
factory StarAmount.fromJson(Map<String, dynamic> json) =>
_$StarAmountFromJson(json);
Creates a new StarAmount object from a JSON Map.
factory StarAmount.fromJson(Map<String, dynamic> json) =>
_$StarAmountFromJson(json);