WebApiLogicAppFuncDefaultSettingsResponse.fromJson constructor

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

Implementation

factory WebApiLogicAppFuncDefaultSettingsResponse.fromJson(
        Map<String, dynamic> json) =>
    _$WebApiLogicAppFuncDefaultSettingsResponseFromJson(json);