ServiceEntry.fromJson constructor

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

Implementation

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