chore: dart analyze fix
This commit is contained in:
parent
5da26a6923
commit
42434761e8
|
|
@ -40,7 +40,7 @@ class MatrixFile {
|
||||||
: mimeType = mimeType ??
|
: mimeType = mimeType ??
|
||||||
lookupMimeType(name, headerBytes: bytes) ??
|
lookupMimeType(name, headerBytes: bytes) ??
|
||||||
'application/octet-stream',
|
'application/octet-stream',
|
||||||
name = name.split('/').last.toLowerCase() {}
|
name = name.split('/').last.toLowerCase();
|
||||||
|
|
||||||
int get size => bytes.length;
|
int get size => bytes.length;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue