equalsValue method

  1. @override
bool equalsValue(
  1. SectionData value,
  2. Object? other, [
  3. MapperContainer? container
])
inherited

Implementation

@override
bool equalsValue(value, Object? other, [MapperContainer? container]) =>
    value == other;