markup property

  1. @JsonKey(name: 'markup')
List<MarkupEntity>? markup
inherited

Reason markup (only if ok is false and Error is AccessDenied).

Implementation

@JsonKey(name: 'markup')
List<MarkupEntity>? get markup => throw _privateConstructorUsedError;