BackgroundType.fromJson constructor

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

Create the BackgroundType instance from JSON Map

Implementation

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