Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type.fromJson constructor
Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type.fromJson()
Implementation
factory Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type.fromJson(
Map<String, dynamic> json,
) {
final l$repr = json['repr'];
return Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type(
repr: (l$repr as String),
);
}