wireValue property
String
get
wireValue
Implementation
String get wireValue => switch (this) {
MiniProgramLocationMode.whenInUse => 'whenInUse',
};
String get wireValue => switch (this) {
MiniProgramLocationMode.whenInUse => 'whenInUse',
};