Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture.fromJson constructor

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture.fromJson(
    Map<String, dynamic> json) {
  final l$baseUrl = json['baseUrl'];
  final l$path = json['path'];
  return Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture(
    baseUrl: (l$baseUrl as String?),
    path: (l$path as String?),
  );
}