RegisteredApplication.fromJson constructor

RegisteredApplication.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory RegisteredApplication.fromJson(Map<String, Object?> json) =>
    _$RegisteredApplicationFromJson(json);