menu
bucketeer_flutter_client_sdk package
documentation
bucketeer_flutter_client_sdk.dart
Success<T>
Success const constructor
Success const constructor
dark_mode
light_mode
Success<
T
>
constructor
const
Success<
T
>
(
T
data
)
Implementation
const Success(this.data);
bucketeer_flutter_client_sdk package
documentation
bucketeer_flutter_client_sdk
Success<T>
Success const constructor
Success class