toJson method
Implementation
String toJson() {
return LanPropertyMapper.ensureInitialized()
.encodeJson<LanProperty>(this as LanProperty);
}
String toJson() {
return LanPropertyMapper.ensureInitialized()
.encodeJson<LanProperty>(this as LanProperty);
}