UTextFieldConfig.fromJson constructor

UTextFieldConfig.fromJson(
  1. String str
)

Implementation

factory UTextFieldConfig.fromJson(String str) => UTextFieldConfig.fromMap(json.decode(str));