Map<String, Object?> toJson() { var number = this.number; final json = <String, Object?>{}; json[r'number'] = number; return json; }