BlobEntityWithCustomerInfo.fromJson constructor

BlobEntityWithCustomerInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

BlobEntityWithCustomerInfo.fromJson(Map<String, dynamic> json)
    : customerTitle = json['customerTitle'],
      customerIsPublic = json['customerIsPublic'],
      super.fromJson(json);