fileName property
String?
get
fileName
Get the file name from the response
Implementation
String? get fileName =>
getField<String>('fileName') ?? getField<String>('filename');
Get the file name from the response
String? get fileName =>
getField<String>('fileName') ?? getField<String>('filename');