ChatGptReferenceImage_Url constructor

const ChatGptReferenceImage_Url({
  1. required String url,
})

Implementation

const factory ChatGptReferenceImage_Url({required final String url}) =
    _$ChatGptReferenceImage_UrlImpl;