SMKitError constructor

SMKitError({
  1. required String? error,
})

Implementation

SMKitError({required this.error});