StringList.fromJson constructor

StringList.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory StringList.fromJson(Map<String, Object?> json) {
  return StringList();
}