errorCode property
String
get
errorCode
Error code (empty if successful).
Implementation
String get errorCode => _failure?.code ?? '';
Error code (empty if successful).
String get errorCode => _failure?.code ?? '';