Decoration.fromJson constructor Null safety

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

Implementation

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