ApphudPlacement.fromJson constructor

ApphudPlacement.fromJson(
  1. Map json
)

Implementation

factory ApphudPlacement.fromJson(Map<dynamic, dynamic> json) =>
    _$ApphudPlacementFromJson(json);