ThemeCreateRequest.fromJson constructor

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

Implementation

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