#import <FlutterSpellCheckPlugin.h>
Definition at line 19 of file FlutterSpellCheckPlugin.h.
◆ 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 153 of file FlutterSpellCheckPlugin.mm.
154 NSMutableDictionary* result = [[[NSMutableDictionary alloc] initWithCapacity:3] autorelease];
155 result[@"startIndex"] = @(_misspelledRange.location);
158 result[@"endIndex"] = @(_misspelledRange.location + _misspelledRange.length);
159 result[@"suggestions"] = _suggestions;
◆ misspelledRange
- (NSRange) misspelledRange |
|
readnonatomicassign |
◆ suggestions
- (NSArray<NSString*>*) suggestions |
|
readnonatomiccopy |
The documentation for this class was generated from the following files: