CustomerId.fromJson constructor

CustomerId.fromJson(
  1. Object? json
)

Implementation

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