DefaultDeviceConfiguration.fromJson constructor

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

Implementation

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