Create.fromJson constructor

Create.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Create.fromJson(Map<String, Object?> json) => _$CreateFromJson(json);