Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'active'] = this.active; return json; }