StructuredServiceItem.fromJson constructor

StructuredServiceItem.fromJson(
  1. Map json_
)

Implementation

StructuredServiceItem.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      serviceTypeId: json_['serviceTypeId'] as core.String?,
    );