core.Map<core.String, core.dynamic> toJson() { final role = this.role; final tokenIds = this.tokenIds; final tokens = this.tokens; return {'role': ?role, 'tokenIds': ?tokenIds, 'tokens': ?tokens}; }