ExtrinsicTypeInfo constructor

const ExtrinsicTypeInfo({
  1. required int id,
  2. String? name,
  3. Object? defaultValue,
})

Implementation

const ExtrinsicTypeInfo({required this.id, this.name, this.defaultValue});