extension property

String get extension

Returns an extension of this file.

Implementation

String get extension => name.split('.').last;