UpdatedAtWithObjectIdResponse.fromJson constructor

UpdatedAtWithObjectIdResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory UpdatedAtWithObjectIdResponse.fromJson(Map<String, dynamic> json) =>
    _$UpdatedAtWithObjectIdResponseFromJson(json);