menu
opencv_dart package
documentation
opencv.dart
Mat
isSubtype<S, T> method
isSubtype<S, T> method
dark_mode
light_mode
isSubtype<
S
,
T
>
method
bool
isSubtype
<
S
,
T
>(
)
Implementation
bool isSubtype<S, T>() => <S>[] is List<T>;
opencv_dart package
documentation
opencv
Mat
isSubtype<S, T> method
Mat class