core.Map<core.String, core.dynamic> toJson() => { if (errorCode != null) 'errorCode': errorCode!, if (state != null) 'state': state!, };