menu
bones_api package
documentation
bones_api.dart
TypeReflection<T>
TypeReflection const constructor
TypeReflection const constructor
dark_mode
light_mode
TypeReflection<
T
>
constructor
const
TypeReflection<
T
>
(
Type
type
, [
List
<
Object
>
?
arguments
])
Implementation
const TypeReflection(Type type, [List<Object>? arguments]) : this._(type, arguments, null);
bones_api package
documentation
bones_api
TypeReflection<T>
TypeReflection const constructor
TypeReflection class