AttachmentMediaLoadingState.error constructor

const AttachmentMediaLoadingState.error([
  1. String? error
])

Error

Implementation

const factory AttachmentMediaLoadingState.error([String? error]) =
    _AttachmentMediaLoadingStateError;