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