LineServiceTypeInfo.fromJson constructor

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

Implementation

factory LineServiceTypeInfo.fromJson(
  Map<String, dynamic> json,
) =>
    _$LineServiceTypeInfoFromJson(json);