class ServerException { @override List get props => null; call() { return null; } @override bool get stringify => null; }