MemberType<T> constructor

const MemberType<T>({dynamic type, dynamic offset})

Implementation

const MemberType({
  required this.type,
  required this.offset,
});