Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type.fromJson constructor

Query$MultiGetObjects$multiGetObjects$asMoveObject$contents$type.fromJson(
  1. Map<String, dynamic> json
)

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),
  );
}