ServiceRegistration.fromJson constructor

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

Implementation

factory ServiceRegistration.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson<ServiceRegistration>(json);