WebApiLogicAppFuncCustomFormsResponse.fromJson constructor

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

Implementation

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