GoalSourceField constructor

GoalSourceField({
  1. int size = 0,
  2. bool growable = true,
})

Implementation

GoalSourceField({int size = 0, bool growable = true})
    : super(
          name: 'source',
          id: ID,
          type: BaseType.ENUM,
          offset: 0,
          scale: 1,
          size: size,
          growable: growable,
          subFields: []);