FwStandardDataFwCustomValue.fromJson constructor

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

Implementation

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