PriceId.fromJson constructor

PriceId.fromJson(
  1. Object? json
)

Implementation

factory PriceId.fromJson(Object? json) => PriceId(id: (json as String));