fromNative static method
Implementation
static MasstransitLineStyle fromNative(MasstransitLineStyleNative native) {
return MasstransitLineStyle(
color: to_platform.toPlatformFromPointerUint32(native.color));
}
static MasstransitLineStyle fromNative(MasstransitLineStyleNative native) {
return MasstransitLineStyle(
color: to_platform.toPlatformFromPointerUint32(native.color));
}