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