FetchWalletsError constructor

FetchWalletsError(
  1. String? message
)

Implementation

FetchWalletsError(String? message) : super(message);