RemoteConfig.fromJson constructor

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

Implementation

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