library /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class Class extends core::Object { | |
synthetic constructor •() → self::Class | |
; | |
get idFunction() → <S extends core::Object? = dynamic>(S%) → S% | |
; | |
get dynFunction() → dynamic | |
; | |
} | |
static method id<T extends core::Object? = dynamic>(self::id::T% t) → self::id::T% | |
; | |
static method main() → dynamic | |
; |