PPBuyer constructor
- @JsonSerializable()
Implementation
@JsonSerializable()
const factory PPBuyer({
String? userId,
@JsonKey(readValue: _PPBuyerHelper.readEmail) String? email,
PPName? name,
List<PPAddress>? addresses,
@JsonKey(readValue: _PPBuyerHelper.readPhones) List<String>? phones,
}) = _PPBuyer;