IndividualStudentsOptions.fromJson constructor
IndividualStudentsOptions.fromJson(
- Map json_
Implementation
IndividualStudentsOptions.fromJson(core.Map json_)
: this(
studentIds: (json_['studentIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);