PriceRemoteEntity.fromJson constructor

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

Implementation

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