factory ArrayPropertiesSummary.fromJson(Map<String, dynamic> json) { return ArrayPropertiesSummary( index: json['index'] as int?, size: json['size'] as int?, ); }