DataSourceOptions.fromJson constructor

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

Implementation

DataSourceOptions.fromJson(Map<String, dynamic> json)
    : valueKey = json['valueKey'],
      labelKey = json['labelKey'],
      title = json['title'],
      noItensFoundText = json['noItensFoundText'];