SettingListOptionsOutput.fromJson constructor

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

Implementation

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