Definition at line 17 of file FlutterSpellCheckPlugin.mm.
◆ initWithMisspelledRange:suggestions:
- (instancetype) initWithMisspelledRange: |
|
(NSRange) |
range |
suggestions: |
|
(NSArray<NSString*>*) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
◆ NS_UNAVAILABLE [1/2]
+ (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE [2/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ toDictionary
- (NSDictionary< NSString *, NSObject * > *) toDictionary |
|
|
|
Definition at line 156 of file FlutterSpellCheckPlugin.mm.
158 @"startIndex" : @(_misspelledRange.location),
162 @"endIndex" : @(_misspelledRange.location + _misspelledRange.length),
163 @"suggestions" : _suggestions,
◆ misspelledRange
- (NSRange) misspelledRange |
|
readnonatomicassign |
◆ suggestions
- (NSArray<NSString*>*) suggestions |
|
readnonatomiccopy |
The documentation for this class was generated from the following file: