DisplayItemCustom.fromJson constructor

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

Implementation

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