Query$GetEpoch.fromJson constructor
Implementation
factory Query$GetEpoch.fromJson(Map<String, dynamic> json) {
final l$epoch = json['epoch'];
return Query$GetEpoch(
epoch: l$epoch == null
? null
: Query$GetEpoch$epoch.fromJson((l$epoch as Map<String, dynamic>)),
);
}