isSetup property

  1. @MappableField()
bool isSetup

Returns bool if version is setup

Implementation

@MappableField()
bool get isSetup => flutterSdkVersion != null;