getArray property

List<SDartJson>? get getArray

Implementation

List<SDartJson>? get getArray {
  return list?.map((e) => SDartJson(e)).toList();
}