XXImage constructor

XXImage({
  1. required String url,
})

Implementation

factory XXImage({required final String url}) = _$XXImageImpl;