typeName property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
String get typeName

The name of the server type

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String get typeName => type.toString().substring('serverType.'.length);