factory SEP38BuyAsset.fromJson(Map<String, dynamic> json) => SEP38BuyAsset( json['asset'], json['price'], convertInt(json['decimals'])!);