The storage platform name.
@override String? get platform { var p = ReleasePlatform.platform; return p.isNotEmpty ? p : null; }